home *** CD-ROM | disk | FTP | other *** search
- EPASC.DOC Mon 06-18-1990
- Donated to the Public Domain
-
- I've often found the need to format a series of characters going out to
- my Epson printer and had to look up the control codes to send using the
- ALT-number pad method.
-
- EPASC was built using the ALT number pad and contains many of the Epson
- control set that I've needed to include into my file.
-
- Just go to the control needed and block those characters including the
- the " " marks.
-
- Move them into your text file and they will send the controls when you
- print it.
-
- By including them in a BASIC program, such as:
-
- PRINT "";"This is condensed print"
-
- that's what you get. Of course, the redundant "" marks are not needed
- but they do no harm. It could just as well been "This ...."
-
- ----- Bob Kowitt -----
-